home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 9 / litebar.zip / README.TXT < prev   
Text File  |  1991-08-12  |  3KB  |  46 lines

  1. ********************************************************************************
  2. *-- README.TXT -- for LITEBAR.PRG and LITE5.PRG -- dBASE IV Menu programs      *
  3. ********************************************************************************
  4.  
  5. I found it very frustrating one day trying to handle a programming scenario
  6. requiring 54 menu items. In order to handle this, I decided to write a routine, 
  7. but wasn't sure how to go about it. FELIXR on the ATBBS threw some ideas at
  8. me, and I ran with them. The result is attached. 
  9.  
  10. This file is simple instructions for LITEBAR and LITE5 -- two dBASE programs
  11. written to give the programmer the chance to place up to 60 menu items on
  12. one screen at a time. (Actually with some fiddling a programmer could
  13. probably add even more options.) The routines attached were designed to
  14. allow the programmer to display four columns of menu options, 15 rows deep.
  15. There is an option to break things up with headers. (These will cut back on
  16. the number of options available.)
  17.  
  18. LITEBAR.PRG
  19. This is the generic version. It is designed specifically to allow the programmer
  20. as much flexibility as he or she wishes. Read the comments. Procedures or
  21. functions that do not require editing will say so. Those routines/procedures/
  22. functions that DO require editing, say so. It is strongly recommended
  23. that you 1) print this using the TYPE command, and 2) make a backup copy. 
  24. LITEBAR.PRG uses complete dUFLP header and memory variable standards.
  25.  
  26. LITE5.PRG
  27. This is a specific program, which I have incorporated into a Fantasy Role-
  28. Playing program for character generation. This version was the test version.
  29. It allows the user to choose an item only once (those items that are displayed
  30. black on red either can't be chosen, or have already been chosen, and the 
  31. cursor skips over them). This is an example of how this can be used.
  32. LITE5.PRG uses dUFLP memory variable standards, but I don't believe I put
  33. all the headers in for the dUFLP standard. I got lazy. <g>
  34.  
  35. PROC.PRG
  36. Generic procedure file (seen on the ATBBS already as PROC2.PRG). This is
  37. included as I use some of the procedures/functions in the procedure file
  38. in LITEBAR and LITE5.
  39.  
  40. This is posted "as-is" -- i.e., no guarantees, but I have done a LOT of testing.
  41. It may be considered public domain. Use or not. If you learn something from
  42. it, that's cool. I learned a LOT while writing it. If you find it useful,
  43. I wouldn't mind hearing about it (ego-gratifications is always nice ...).
  44. Ken Mayer  (Kenmayer on the ATBBS)
  45.  
  46.